home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 April
/
Gamestar_61_2004-04_dvdb.iso
/
DVDStar
/
Editace
/
hltp.exe
/
{app}
/
Applications
/
Wad2Bmp
/
readme.txt
next >
Wrap
Text File
|
2003-09-30
|
843b
|
29 lines
/////////////////
//// wad2bmp ////
/////////////////
About:
This simple command line program takes a Half-Life WAD3 file and extracts the highest resolution mipmap of each texture as a bitmap. This program can also be used to list all the textures in a WAD3 file.
Arguments:
wad2bmp.exe [-d [<output folder>]] | [-l [<output file>]]
Examples:
wad2bmp.exe c:\mywad.wad
Extract all the textures in c:\mywad.wad to <program's directory>.
wad2bmp.exe c:\mywad.wad -d
Extract all the textures in c:\mywad.wad to <program's directory>\mywad.
wad2bmp.exe c:\mywad.wad -d c:\test
Extract all the textures in c:\mywad.wad to c:\test.
wad2bmp.exe c:\mywad.wad -l
List all the textures in c:\mywad.wad.
wad2bmp.exe c:\mywad.wad -l c:\mywad.txt
List all the textures in c:\mywad.wad and output them to c:\mywad.txt.